home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9805 / 000122_owner-linux-arm…r.rutgers.edu _Thu May 21 17:07:11 1998.msg < prev    next >
Internet Message Format  |  1998-06-02  |  4KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from virtual.bbc.co.uk (virtual.bbc.co.uk [132.185.132.199])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id RAA14472
  4.     for <willy@odie.barnet.ac.uk>; Thu, 21 May 1998 17:07:10 +0100
  5. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  6.     by virtual.bbc.co.uk (8.8.5/8.8.5) with ESMTP id RAA12156
  7.     for <willy@bofh.ai>; Thu, 21 May 1998 17:07:18 +0100 (BST)
  8. Received: from vger.rutgers.edu ([128.6.190.2]:54393 "EHLO vger.rutgers.edu" ident: "TIMEDOUT") by nic.funet.fi with ESMTP id <3050-504>; Thu, 21 May 1998 19:07:09 +0300
  9. Received: by vger.rutgers.edu id <977570-231>; Thu, 21 May 1998 11:07:11 -0400
  10. Received: from zaz.kom.auc.dk ([130.225.51.10]:65372 "HELO zaz.kom.auc.dk" ident: "root") by vger.rutgers.edu with SMTP id <977523-231>; Thu, 21 May 1998 10:35:40 -0400
  11. Received: from trabant.kom.auc.dk [130.225.51.16] (root)
  12.     by zaz.kom.auc.dk with smtp (Exim 1.80 #1)
  13.     id 0ycWg2-0004sV-00; Thu, 21 May 1998 16:50:38 +0200
  14. Received: from janm.stud.kom.auc.dk [10.0.171.85] 
  15.     by trabant.kom.auc.dk with smtp (Exim 1.80 #1)
  16.     id 0ycWg1-0003MH-00; Thu, 21 May 1998 16:50:37 +0200
  17. Date:     Thu, 21 May 1998 16:51:07 +0200
  18. From: Jan Magnussen <janm@kom.auc.dk>
  19. Subject: Installing Linux for dummies ;-)
  20. To: linux-arm@vger.rutgers.edu
  21. Message-ID: <Marcel-1.26-0521145107-0b02VYi@janm.stud.kom.auc.dk>
  22. MIME-Version: 1.0
  23. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  24. X-Organization: Quercus. Denmark.
  25. X-Mailer: ANT RISCOS Marcel [ver 1.26]
  26. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  27. Sender: owner-linux-arm@vger.rutgers.edu
  28. Precedence: bulk
  29. X-Loop: majordomo@vger.rutgers.edu
  30. Status: RO
  31.  
  32. Hi
  33.  
  34. This little guide explains (in dummy terms?) how to install ArmLinux.
  35. It is assumed, that the harddisk is already partitioned with a valid ADFS
  36. formatted hda1 with at least 80MB free, and a Linux compatible partition
  37. table, created by PartMan.
  38. Is is also assumed, that you are in possession of the ARMLinux binaries:
  39. mv, cp and ln.
  40. Here is what to do:
  41. Copy the RedHat/base files to your ADFS hdd as RedHat/base/*
  42. Copy the RedHat/RPMS files to your ADFS hdd as RedHat/RPMS/0-4/* ie:
  43.   RedHat/RPMS/0/*
  44.   RedHat/RPMS/1/*
  45.   .
  46.   .
  47.   RedHat/RPMS/4/*
  48.   Make sure that no rpms overwrite each other if the files are truncated.
  49. Copy cp, ln and mv-binaries to msdos-floppy
  50. Copy maketree, linkbase and linkrpms to msdos-floppy
  51. Copy kernel to msdos-floppy as vmlinux or copy it to the ADFS hdd as vmlinux
  52. Start linux with <Linux$Dir>.!Run -bootkernel <path to your kernel>
  53. Follow installation until both Root and Supplemental disk is loaded.
  54. Press Alt-F2
  55. Type:
  56. mknod /dev/fd0 b 2 0
  57. mknod /dev/hda1 b 3 1
  58. mknod /dev/hda3 b 3 3
  59. mount -t msdos /dev/fd0 /fd0
  60. mount -t adfs /dev/hda1 /hda1
  61. mke2fs /dev/hda3
  62. mount -t ext2 /dev/hda3 /hda3
  63. cd /fd0
  64. PATH=$PATH:.
  65. cp mv /bin/
  66. cp ln /bin/
  67. cp maketree /
  68. cp link* /
  69. cd
  70. maketree
  71. linkbase
  72. linkrpms
  73. cd
  74. umount /fd0
  75. umount /hda3
  76. Alt+F1
  77. Follow installation as if you have copied the installation files to the root
  78.   of /dev/hda3.
  79. Do *NOT* format hda3 when asked.
  80.  
  81. ------ linkbase ------
  82.  
  83. cd /hda1/RedHat/base
  84. for i in *; do ln -s /hda1/RedHat/base/$i /hda3/RedHat/base/$i; done
  85. cd /hda3/RedHat/base
  86. mv skeleton.c skeleton.cgz
  87. cd
  88.  
  89. ------ linkrpms ------
  90.  
  91. cd /hda1/RedHat/RPMS/0
  92. for i in *; do ln -s /hda1/RedHat/RPMS/0/$i /hda3/RedHat/RPMS/$i.rpm; done
  93. cd /hda1/RedHat/RPMS/1
  94. for i in *; do ln -s /hda1/RedHat/RPMS/1/$i /hda3/RedHat/RPMS/$i.rpm; done
  95. cd /hda1/RedHat/RPMS/2
  96. for i in *; do ln -s /hda1/RedHat/RPMS/2/$i /hda3/RedHat/RPMS/$i.rpm; done
  97. cd /hda1/RedHat/RPMS/3
  98. for i in *; do ln -s /hda1/RedHat/RPMS/3/$i /hda3/RedHat/RPMS/$i.rpm; done
  99. cd /hda1/RedHat/RPMS/4
  100. for i in *; do ln -s /hda1/RedHat/RPMS/4/$i /hda3/RedHat/RPMS/$i.rpm; done
  101. cd
  102.  
  103. ------ maketree ------
  104.  
  105. mkdir /hda3/RedHat
  106. mkdir /hda3/RedHat/RPMS
  107. mkdir /hda3/RedHat/base
  108.  
  109. ----------------------
  110.  
  111. Remember to read the FAQ about installing the kernel (Look for question:
  112.   Where are the kernel and kernel-module packages?)
  113. I will mail the binaries to whoever will need them, or maybe they can be put
  114. on the ARMLinux-site (Russel?) for people to download them.
  115.  
  116. Regards,
  117.  
  118. Jan Magnussen
  119. http://www.kom.auc.dk/~janm
  120. Fidonet : 2:234/181.8
  121.  
  122. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu